3.198 \(\int (a (b x^m)^n)^{-\frac {1}{m n}} \, dx\)

Optimal. Leaf size=22 \[ x \log (x) \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \]

[Out]

x*ln(x)/((a*(b*x^m)^n)^(1/m/n))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {6679, 29} \[ x \log (x) \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \]

Antiderivative was successfully verified.

[In]

Int[(a*(b*x^m)^n)^(-(1/(m*n))),x]

[Out]

(x*Log[x])/(a*(b*x^m)^n)^(1/(m*n))

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 6679

Int[(u_.)*((c_.)*((d_.)*((a_.) + (b_.)*(x_))^(n_))^(p_))^(q_), x_Symbol] :> Dist[(c*(d*(a + b*x)^n)^p)^q/(a +
b*x)^(n*p*q), Int[u*(a + b*x)^(n*p*q), x], x] /; FreeQ[{a, b, c, d, n, p, q}, x] &&  !IntegerQ[p] &&  !Integer
Q[q]

Rubi steps

\begin {align*} \int \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx &=\left (x \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}}\right ) \int \frac {1}{x} \, dx\\ &=x \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 22, normalized size = 1.00 \[ x \log (x) \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a*(b*x^m)^n)^(-(1/(m*n))),x]

[Out]

(x*Log[x])/(a*(b*x^m)^n)^(1/(m*n))

________________________________________________________________________________________

fricas [A]  time = 0.59, size = 19, normalized size = 0.86 \[ e^{\left (-\frac {n \log \relax (b) + \log \relax (a)}{m n}\right )} \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a*(b*x^m)^n)^(1/m/n)),x, algorithm="fricas")

[Out]

e^(-(n*log(b) + log(a))/(m*n))*log(x)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 19, normalized size = 0.86 \[ e^{\left (-\frac {n \log \relax (b) + \log \relax (a)}{m n}\right )} \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a*(b*x^m)^n)^(1/m/n)),x, algorithm="giac")

[Out]

e^(-(n*log(b) + log(a))/(m*n))*log(x)

________________________________________________________________________________________

maple [F]  time = 0.05, size = 0, normalized size = 0.00 \[ \int \left (a \left (b \,x^{m}\right )^{n}\right )^{-\frac {1}{m n}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a*(b*x^m)^n)^(1/m/n)),x)

[Out]

int(1/((a*(b*x^m)^n)^(1/m/n)),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (\left (b x^{m}\right )^{n} a\right )^{\frac {1}{m n}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a*(b*x^m)^n)^(1/m/n)),x, algorithm="maxima")

[Out]

integrate(1/(((b*x^m)^n*a)^(1/(m*n))), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {1}{{\left (a\,{\left (b\,x^m\right )}^n\right )}^{\frac {1}{m\,n}}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a*(b*x^m)^n)^(1/(m*n)),x)

[Out]

int(1/(a*(b*x^m)^n)^(1/(m*n)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \left (b x^{m}\right )^{n}\right )^{- \frac {1}{m n}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a*(b*x**m)**n)**(1/m/n)),x)

[Out]

Integral((a*(b*x**m)**n)**(-1/(m*n)), x)

________________________________________________________________________________________